Skip to content

Commit

Permalink
Merge pull request #3 from tamada/release/v0.1.3
Browse files Browse the repository at this point in the history
update publish.yaml
  • Loading branch information
tamada authored Apr 15, 2024
2 parents d584101 + 161d00d commit 7681030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ jobs:
id: vars
run: |
echo "GITHUB_HEAD_REF: $GITHUB_HEAD_REF (${GITHUB_HEAD_REF##*/v})"
echo "::set-output name=tag::${GITHUB_HEAD_REF##*/v}"
echo "tag=${GITHUB_HEAD_REF##*/v}" >> $GITHUB_OUTPUT
- name: Create release
id: create_release
uses: actions/create-release@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v${{ steps.vars.outputs.tag }}
release_name: Release v${{ steps.vars.outputs.tag }}
name: Release v${{ steps.vars.outputs.tag }}
draft: false
prerelease: false

Expand Down Expand Up @@ -84,7 +83,7 @@ jobs:
shell: bash
run: |
DIR=$(echo "${{ needs.setup.outputs.appname }}-${{ needs.setup.outputs.tag }}")
echo "::set-output name=dir::$DIR"
echo "dir=$DIR" >> $GITHUB_OUTPUT
- name: Cross build with all features
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "totebag"
version = "0.1.2"
version = "0.1.3"
description = "A tool for archiving files and directories and extracting several archive formats."
repository = "https://github.com/tamada/totebag"
readme = "README.md"
Expand Down

0 comments on commit 7681030

Please sign in to comment.