We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e0068 commit b4ea980Copy full SHA for b4ea980
.github/workflows/ci.yml
@@ -77,4 +77,4 @@ jobs:
77
- name: Trigger release workflow
78
run: |
79
tag=$(echo $GITHUB_REF | cut -d / -f 3)
80
- ossy gh w dry-rb/devtools release --payload "{\"tag\":\"$tag\",\"sha\":\"${{env.GITHUB_SHA}}\",\"tag_creator\":\"$GITHUB_ACTOR\",\"repo\":\"$GITHUB_REPOSITORY\",\"repo_name\":\"${{github.event.repository.name}}\"}"
+ ossy gh w dry-rb/devtools release --payload "{\"tag\":\"$tag\",\"sha\":\"${{github.sha}}\",\"tag_creator\":\"$GITHUB_ACTOR\",\"repo\":\"$GITHUB_REPOSITORY\",\"repo_name\":\"${{github.event.repository.name}}\"}"
0 commit comments