Skip to content

Commit

Permalink
login: release 0.1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod committed Jun 11, 2021
1 parent aa5ec67 commit 4cd05d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release
on:
workflow_dispatch:
# pull_request:
# branches: [master]
pull_request:
branches: [master]
# push:
#Enable when testing release infrastructure on a branch.
# branches: [master]
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Get the release version from the tag
# if: env.NEAR_CLI_VERSION == ''
run: |
echo "NEAR_CLI_VERSION=0.1.01" >> $GITHUB_ENV
echo "NEAR_CLI_VERSION=0.1.02" >> $GITHUB_ENV
echo "version is: ${{ env.NEAR_CLI_VERSION }}"
- name: Create GitHub release
Expand Down

0 comments on commit 4cd05d2

Please sign in to comment.