Skip to content

Commit

Permalink
fixing automated version bump, attempt 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 5, 2020
1 parent 7fb7172 commit 520136a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
run: |
mkdir -p $(dirname "$PROJECT_PATH")
cp -a $GITHUB_WORKSPACE $PROJECT_PATH
ls -alt $(dirname "$PROJECT_PATH")
ls -alt $PROJECT_PATH
cd $PROJECT_PATH
go mod vendor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
github_token: ${{ secrets.SCRUTINY_GITHUB_TOKEN }}
- name: Test
run: |
mkdir -p $PROJECT_PATH
cp -a $GITHUB_WORKSPACE/* $PROJECT_PATH/
mkdir -p $(dirname "$PROJECT_PATH")
cp -a $GITHUB_WORKSPACE $PROJECT_PATH
cd $PROJECT_PATH
go mod vendor
Expand Down
2 changes: 1 addition & 1 deletion webapp/backend/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.3.2"
const VERSION = "0.3.3"

0 comments on commit 520136a

Please sign in to comment.