Skip to content

Commit

Permalink
fixing typo error of ref repo link#1
Browse files Browse the repository at this point in the history
  • Loading branch information
amulyakashyap09 committed Jan 5, 2023
1 parent ffa2441 commit ba58d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-push-publish-to-npm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: on-push-publish-to-npm

on:
push:
branches:
- master # Change this if not your default branch
paths:
- "package.json"

jobs:
publish:
# if: github.repository == 'adobe/aio-cli-lib-app-config'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: publish-prerelease

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit ba58d2c

Please sign in to comment.