Skip to content

Commit 91098a9

Browse files
committed
upgrade github set-env
1 parent f159505 commit 91098a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
cp include/genomicsqlite.h .
118118
git fetch origin --tags
119-
echo "::set-env name=GIT_REVISION::$(git describe --tags --always)"
119+
echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
120120
- uses: actions/upload-artifact@v2
121121
with:
122122
name: GenomicSQLite-${{ env.GIT_REVISION }}

0 commit comments

Comments
 (0)