Skip to content

Commit

Permalink
build pipeline cleanups (#169)
Browse files Browse the repository at this point in the history
* Update nodejs.yml

Remove node14
remove action for fetching branch

* Update README.md

* Update tagrelease.yml

Update autotag action

* Update tagrelease.yml
  • Loading branch information
sidey79 authored Oct 26, 2022
1 parent 52c6e6a commit b545a32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
FILES_EXTENSION: [.pm, .bck, .pm.bck, .pm|.bck ]
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]

env:
CONTROLS_FILE: controls_tests.txt
Expand Down Expand Up @@ -110,9 +110,6 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v3
- name: Extract branch name
uses: vazco/github-actions-branch-name@v1.0.1
id: branch
- name: Prepare Node.js
uses: actions/setup-node@v3
with:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tagrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Auto tag
uses: Klemensas/action-autotag@1.2.3
- name: Create tag automatic
uses: butlerlogic/action-autotag@1.1.2
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
package_root: ./
root: ./
tag_prefix: "v"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Same content which is also written into the controls file
```
steps:
- name: Checkout Repostory
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand All @@ -45,7 +45,7 @@ Same content which is also written into the controls file
2. You can create the controls file
```
- name: update controls files
uses: fhem/fhem-controls-actions@v2.00b
uses: fhem/fhem-controls-actions@v2.0.3
with:
filename: controls_rsl.txt
```
Expand Down

0 comments on commit b545a32

Please sign in to comment.