Skip to content

Commit

Permalink
Increment patch version and fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 8, 2021
1 parent 10148d0 commit bac7bd1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: rcos/Telescope/telescope
repository: rcos/telescope/telescope
tag_with_ref: true
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescope"
version = "0.2.0"
version = "0.2.1"
authors = [
"Antonia \"Nia\" Calia-Bogan <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion templates/developers.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
</a>
</div>
{{/each}}
</div>
</div>

0 comments on commit bac7bd1

Please sign in to comment.