5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

Add missing comment

This commit is contained in:
Jason O'Donnell 2020-08-07 15:50:35 -04:00
parent e5ef6c9c11
commit e031fa076e

View file

@ -266,7 +266,7 @@ jobs:
# Removing publish step for now.
# publish:
# if: github.event_name == 'push' && contains(github.ref, 'master')
# runs-on: ubuntu-latest
# needs: [build, integration, e2e]
# steps: