Skip to content

Commit

Permalink
Add github-action-rebuild-pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 20, 2024
1 parent 0543a36 commit 07b6ddb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- 'master'

permissions:
contents: read
actions: write

jobs:
build:
name: Force push tag of the current Octez release
Expand All @@ -15,4 +19,8 @@ jobs:
uses: actions/checkout@v2

- name: make release
run: make release
run: make release

- uses: rhosys/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 07b6ddb

Please sign in to comment.