Compare commits

..

1 Commits

Author SHA1 Message Date
Andrew Eisenberg
6c9d482d19 Actions: Add workflow to publish packages 2021-11-09 15:29:37 -08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ runs:
unzip -q -d "${RUNNER_TEMP}" "$PATTERN"
fi
echo "${RUNNER_TEMP}/codeql" >> "${GITHUB_PATH}"
rm "$PATTERN"
env:
GITHUB_TOKEN: ${{ github.token }}
USE_BUNDLE: '${{ inputs.use-bundle == ''true'' }}'

View File

@@ -77,6 +77,7 @@ jobs:
run: |
set -exu
git add .
git status
git commit -m "Post-release preparation"
NEW_BRANCH="post-release-prep-$(git show -s --format=%h)"
git checkout -b $NEW_BRANCH