Skip to content

Commit

Permalink
chore(CI): valid tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Jul 26, 2022
1 parent 3933773 commit 740e1cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,12 @@ jobs:
path: artifacts
- name: Move artifacts
run: yarn artifacts
- name: Set version
run: echo "version=$(jq --raw-output '.version' package.json)" >> $GITHUB_ENV
- name: Create Release
uses: softprops/[email protected]
with:
tag_name: $(jq --raw-output '.version' package.json)
tag_name: ${{ env.version }}
body: "This is the release of bun-utilities that corresponds to the commit [${{ github.sha }}]"
token: ${{ secrets.GITHUB_TOKEN }}
files: |
Expand Down

0 comments on commit 740e1cf

Please sign in to comment.