We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffeb819 commit 23a14fbCopy full SHA for 23a14fb
.github/workflows/release-native.yml
@@ -7,6 +7,9 @@ on:
7
version:
8
description: "Scalafmt version (e.g., 1.2.3)"
9
required: true
10
+ run_id:
11
+ description: "Github actions run_id which built the release"
12
+ required: true
13
14
permissions:
15
contents: read
@@ -73,6 +76,7 @@ jobs:
73
76
with:
74
77
name: scalafmt-x86_64-pc-linux
75
78
path: tmp/scalafmt-docker-build # Dockerfile uses this
79
+ run_id: ${{ github.event_name == 'release' && github.run_id || github.event.inputs.run_id }}
80
- name: Login to DockerHub
81
uses: docker/login-action@v3
82
0 commit comments