Skip to content

Commit

Permalink
Investigate master CI not triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jan 23, 2023
1 parent 5e7adbf commit 621af7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ jobs:
role-session-name: ${{ env.PROVIDER }}@githubActions
role-to-assume: ${{ secrets.AWS_UPLOAD_ROLE_ARN }}
- name: Set PreRelease Version
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)"
>> $GITHUB_ENV
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down Expand Up @@ -591,3 +590,4 @@ on:
- v*
- sdk/*
- "**"
workflow_dispatch: {}

0 comments on commit 621af7f

Please sign in to comment.