Skip to content

Commit

Permalink
Bump version?
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 11, 2024
1 parent d163cd7 commit a4e9eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get version
id: version
run: echo VERSION=0.0.1 >> $GITHUB_OUTPUT
run: echo VERSION=0.0.2 >> $GITHUB_OUTPUT

- name: Install deps
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get version
id: version
run: echo VERSION=0.0.1 >> $GITHUB_OUTPUT
run: echo VERSION=0.0.2 >> $GITHUB_OUTPUT

- name: Install deps
run: npm install
Expand Down

0 comments on commit a4e9eb9

Please sign in to comment.