Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 7, 2024
1 parent 5db7308 commit 8459e77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
required: true
type: boolean
default: false
release-version:
required: true
type: string
new-version:
required: true
type: string

jobs: # these jobs run serially because of the 'needs:' keyword on each

Expand Down Expand Up @@ -69,6 +75,7 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
run: |
echo "the ORIGINAL sha: `git rev-parse HEAD`"
echo ${{ github.run_id }} > version.txt
echo VERSION=${{ inputs.new-version }} >> version.txt
git config --global user.name "the 'release' github action"
git config --global user.email "[email protected]"
git add version.txt
Expand Down

0 comments on commit 8459e77

Please sign in to comment.