Skip to content

Commit

Permalink
udpate publish.yaml for fixing CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Apr 15, 2024
1 parent 161d00d commit cf36fbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Create release
id: create_release
uses: softprops/action-gh-release@v2
uses: marvinpinto/action-automatic-releases@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v${{ steps.vars.outputs.tag }}
name: Release v${{ steps.vars.outputs.tag }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: v${{ steps.vars.outputs.tag }}
title: Release v${{ steps.vars.outputs.tag }}
draft: false
prerelease: false

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.3"
version = "0.1.4"
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 cf36fbf

Please sign in to comment.