Skip to content

Commit e9a2df4

Browse files
committed
debug
1 parent a0cef01 commit e9a2df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-cpan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
environment: Release
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: debug
15+
run: ls && echo $GITHUB_REF
1416
- name: update-version
1517
run: |
1618
sed -i "s/^\\\$VERSION = '.*';/\\\$VERSION = '${GITHUB_REF}';/" lib/Test/MockModule.pm

0 commit comments

Comments
 (0)