From bac7bd1df7b368c8846a3e389d83cb07ec2f47a4 Mon Sep 17 00:00:00 2001 From: Nia Calia-Bogan Date: Mon, 8 Mar 2021 17:28:18 -0500 Subject: [PATCH] Increment patch version and fix publish workflow --- .github/workflows/publish.yml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- templates/developers.hbs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cf7f9fee..0655fdd4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/Cargo.lock b/Cargo.lock index dd7725dc..5a7d30a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3524,7 +3524,7 @@ dependencies = [ [[package]] name = "telescope" -version = "0.2.0" +version = "0.2.1" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 1fb287b7..5d2979c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telescope" -version = "0.2.0" +version = "0.2.1" authors = [ "Antonia \"Nia\" Calia-Bogan " ] diff --git a/templates/developers.hbs b/templates/developers.hbs index d14d6645..1791b141 100644 --- a/templates/developers.hbs +++ b/templates/developers.hbs @@ -13,4 +13,4 @@ {{/each}} - \ No newline at end of file +