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 5bd2069 commit ff4887a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Skyetel
on:
push:
branches: "**"
tags: "somleng-skyetel-v*"
tags: "somleng-skyetel"

defaults:
run:
Expand Down Expand Up @@ -47,11 +47,16 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
if: ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel-v') }}
if: ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel') }}
steps:
- 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 ff4887a

Please sign in to comment.