Skip to content

Commit

Permalink
fix: Test release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent 097caca commit 66af22e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Run the tests
run: bundle exec rake

- name: Debug
run: |
echo "Ref: ${{ github.ref }}"
echo "Ref name: ${{ github.ref_name }}"
release:
name: Release
runs-on: ubuntu-latest
Expand All @@ -52,11 +57,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Debug
run: |
echo "Ref: ${{ github.ref }}"
echo "Ref name: ${{ github.ref_name }}"
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 66af22e

Please sign in to comment.