Skip to content

Commit

Permalink
Merge pull request #5 from anothrNick/test-one
Browse files Browse the repository at this point in the history
Test pushing with git cli
  • Loading branch information
anothrNick committed Apr 12, 2024
2 parents 6223dd7 + bed9363 commit 6b48ef6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: anothrNick
- uses: actions/checkout@master
- name: Bump version and push tag
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO_OWNER: anothrNick
GIT_API_TAGGING: false # uses git cli
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
func main() {

// Making change to test workflows
// and another one

// connect to db
db, err := database.NewPostgres(
Expand Down

0 comments on commit 6b48ef6

Please sign in to comment.