Skip to content

Commit

Permalink
Fix published package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropombeiro committed Feb 14, 2023
1 parent 700ed45 commit 4ade23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- name: Test
- name: Run tests
run: |
make test
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
fetch-depth: 0

- name: Retrieve version from tag
run: |
export PACKAGE_VERSION="${{ github.event.release.tag_name }}"
echo "version=$PACKAGE_VERSION"
- uses: wangyoucao577/go-release-action@v1.35
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4ade23b

Please sign in to comment.