Skip to content

Commit

Permalink
Updated release tag and body for v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Aug 1, 2024
1 parent d3f5397 commit 97c300e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: v1.0
release_name: await v1.0
body: CI/CD for mac/linux
tag_name: v1.0.1
release_name: await v1.0.1
body: Fixed ctrl-c hadling when it's run from bash script
draft: false
prerelease: false

Expand All @@ -93,6 +93,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: releases/*
tag_name: v1.0.0
tag_name: v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97c300e

Please sign in to comment.