Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpeapsUnterstrichHD committed Sep 3, 2024
1 parent 7192966 commit cb1b58c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ permissions:

on:
push:
tags:
- 'v*.*.*' # Trigger the workflow on tags that follow semantic versioning (e.g., v1.0.0)
branches:
- master
pull_request:
branches:
- master

jobs:
create-release:
Expand All @@ -16,7 +19,6 @@ jobs:
- id: create-release
uses: taiki-e/create-gh-release-action@v1
with:
tag: ${{ github.ref }} # GitHub ref is the tag name (e.g., refs/tags/v1.0.0)
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
Expand Down

0 comments on commit cb1b58c

Please sign in to comment.