Skip to content

Commit

Permalink
fix: stable pointer only for workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-colinhutchinson committed Oct 12, 2023
1 parent a7dc8af commit 56bcd91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: github release (versioned)
- name: github release (stable)
id: fullrelease
if: github.event_name == 'workflow_dispatch'
uses: ahmadnassri/action-semantic-release@v2
Expand All @@ -61,7 +61,7 @@ jobs:
VERSION: beta

- name: aws sam release (stable)
if: github.event_name == 'push'
if: github.event_name == 'workflow_dispatch'
run: make sam-package-all-regions
env:
VERSION: latest
VERSION: latest

0 comments on commit 56bcd91

Please sign in to comment.