Skip to content

Commit

Permalink
Run the release workflow on pull_request temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
atheriel committed Apr 5, 2022
1 parent f418db0 commit 3b50538
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- '*'
pull_request:
permissions:
contents: write
id-token: write
Expand Down Expand Up @@ -49,7 +50,9 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --rm-dist --snapshot --skip-sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_EXPERIMENTAL: 1
- run: |
aws s3 cp dist s3://rstudio-platform-public-artifacts/rskey/devel/ --recursive --exclude "*" --include "*.tar.gz"

0 comments on commit 3b50538

Please sign in to comment.