Skip to content

Commit

Permalink
Testing dummy release
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal-deriv committed Oct 9, 2023
1 parent b4d2adf commit c28e722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
name: Run extended author test
run: dzil xtest
release:
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
needs: test
runs-on: ubuntu-latest
container:
image: debian:bullseye
env:
PAUSE_USER: ${{ secrets.PAUSE_USER }}
PAUSE_PASSWORD: ${{ secrets.PAUSE_PASSWORD }}
PAUSE_USER: test
PAUSE_PASSWORD: test
steps:
-
name: Install Essential Packages
Expand Down Expand Up @@ -100,5 +100,5 @@ jobs:
exit 0
fi
# use git push to test permission
git push github master
# git push github master
echo "y\n" | DZIL_CONFIRMRELEASE_DEFAULT=y dzil release

0 comments on commit c28e722

Please sign in to comment.