Skip to content

Commit

Permalink
UPDATE release action
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Sep 19, 2023
1 parent ba9878d commit 5b9726d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Tagged Release"

on:
push:
branches: [ rel-7.3.2 ]
branches: [ rel-7.3.3 ]

jobs:
tagged-release:
Expand All @@ -14,4 +14,4 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "7.3.2"
automatic_release_tag: "7.3.3"

0 comments on commit 5b9726d

Please sign in to comment.