Skip to content

exit codes: exit with error code 10 if interrupt is caused by unexpec… #73

exit codes: exit with error code 10 if interrupt is caused by unexpec…

exit codes: exit with error code 10 if interrupt is caused by unexpec… #73

name: Generate Draft Release
on:
push:
branches:
- main
- "*-release"
jobs:
package_chart:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Get Version
run: |
echo "version=$(jq -r .version package.json)" >> "$GITHUB_ENV"
- name: Make Draft Release
uses: softprops/action-gh-release@v1
with:
name: "Browsertrix Crawler v${{ env.version }}"
tag_name: v${{ env.version }}
draft: true