Skip to content

Commit

Permalink
fix name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsdev0 committed Apr 30, 2024
1 parent 4c0e869 commit 3bd311f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths:
- 'VERSION'
- 'version.txt'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
VERSION="$(cat VERSION)"
VERSION="$(cat version.txt)"
git tag "$VERSION"
git push origin tag "$VERSION"
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/bootdotdev/bootdev/cmd"
)

//go:embed VERSION
//go:embed version.txt
var version string

func main() {
Expand Down
File renamed without changes.

0 comments on commit 3bd311f

Please # to comment.