Skip to content

Commit 89fd158

Browse files
committed
testing publish action
1 parent 04ba8bb commit 89fd158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- test-publish
67
env:
78
DEV_RESOURCES_VERSION: 1.7
89
MAVEN_OPTS: "-XX:CompressedClassSpaceSize=256m -XX:+UseSerialGC -Xmx2g -XX:MaxMetaspaceSize=512m -Dorg.slf4j.simpleLogger.defaultLogLevel=warn"
@@ -19,7 +20,6 @@ jobs:
1920
PYPI_CREDENTIALS: ${{ secrets.PYPI_CREDENTIALS }}
2021
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2122
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
22-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v2

0 commit comments

Comments
 (0)