Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi committed Jan 26, 2024
1 parent f464a62 commit 55818bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ steps:
- name: Create a Release
id: create_release
uses: actions/create-release@v1
env: GITHUB_TOKEN: ${{ github.token }}
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Login to GitHub Container Registry
- uses: actions/checkout@v4
uses: docker/login-action@v1
Expand Down

0 comments on commit 55818bb

Please sign in to comment.