Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Jan 29, 2022
1 parent d023deb commit ae662bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
25 changes: 0 additions & 25 deletions .github/version.sh

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/buildPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
- name: Install dependencies
run: yarn

- name: Version check
- name: Bump version
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
bash $GITHUB_WORKSPACE/.github/version.sh bump
yarn run release
- name: Creating .env file
uses: iamsauravsharma/[email protected]
Expand Down

0 comments on commit ae662bb

Please sign in to comment.