Skip to content

Commit

Permalink
feat: try to trigger push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Feb 12, 2024
1 parent 325626d commit 7ba64f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
workflow_run:
workflows: [Set package version]
types:
- completed
# workflow_run:
# workflows: [Set package version]
# types:
# - completed

jobs:
publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Update version.txt
run: echo ${{ inputs.version }} > version.txt
- name: Update library version
Expand Down

0 comments on commit 7ba64f1

Please sign in to comment.