Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnlindsay committed Oct 13, 2023
1 parent 667ce3e commit 86f8786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
tag: "v${{ steps.version.outputs.value }}"
doNotFailIfNotFound: true

- name: Block if found
if: "${{ steps.released.outputs.id }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-prod-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Changes approved; deploy to prod

#on:
# merge:
# branches: [ "master" ]
on:
merge:
branches: [ "master" ]

jobs:
build:
Expand Down

0 comments on commit 86f8786

Please sign in to comment.