Skip to content

Commit

Permalink
fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcdavid committed Apr 4, 2024
1 parent 9209b99 commit c8caba4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:

- name: Set version
run: |
VER=$(cat version.txt)
echo "$VER"
echo "VERSION=TESTING" >> $GITHUB_ENV
echo "$GITHUB_ENV"
VER=$(cat version.txt)
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Create release
id: create_release
Expand Down

0 comments on commit c8caba4

Please sign in to comment.