Update surrogate reference tests to only allow scripts to be surrogat… #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set version variable | |
run: echo "VERSION=`date +'%s'`" >> $GITHUB_ENV | |
- uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37 | |
with: | |
token: '${{ secrets.GITHUB_TOKEN }}' | |
name: 'privacy-reference-tests-${{ env.VERSION }}' | |
tag: ${{ env.VERSION }} |