Skip to content

Commit

Permalink
revert part of commit 77d737c
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvandenberg committed Aug 22, 2024
1 parent 77d737c commit c2d1f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Publish package

on:
push:
tags: ['*']
workflow_call:

concurrency:
group: ${{github.workflow}}-${{github.ref}}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_version }}
body: ${{ steps.tag_version.outputs.changelog }}

publish_packages:
name: Publish packages
uses: './.github/workflows/publish.yml'
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2d1f6d

Please sign in to comment.