Skip to content

Commit

Permalink
chore(github-action): get auto pre-release working
Browse files Browse the repository at this point in the history
  • Loading branch information
tabris87 committed Feb 29, 2024
1 parent ff80142 commit 6017855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_version_readout.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Read release version
id: read_version
run: |
printf '%s\n' "$version" # This will output 'yellow'
echo "$version"
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Node.js CI
on:
push:
branches: ["develop"]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 6017855

Please sign in to comment.