Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Apr 6, 2021
1 parent d37f36d commit 603f27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Login to registry
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
- name: Push to registry
run: ghcr.io/etspaceman/kinesis-mock:${{ github.event.release.tag_name }}
run: docker push ghcr.io/etspaceman/kinesis-mock:${{ github.event.release.tag_name }}
- name: Upload JAR To Release
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.0.1-SNAPSHOT"
ThisBuild / version := "0.0.1"

0 comments on commit 603f27a

Please sign in to comment.