You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Publish the release to the private FontAwesome Pro registry.
61
-
publish-private:
62
-
name: Publish to FontAwesome Pro Registry
63
-
runs-on: ubuntu-latest
64
-
needs: validate
65
-
steps:
66
-
- name: Checkout Code
67
-
uses: actions/checkout@v6
68
-
with:
69
-
ref: main # Since the prior publish step will have pushed a new release tag, we need to ensure we are on the main branch to avoid issues with detached HEAD state.
70
-
71
-
- name: Setup Node.js 22.x
72
-
uses: actions/setup-node@v6
73
-
with:
74
-
node-version: 22.x
75
-
registry-url: 'https://npm.fontawesome.com/'
76
-
cache: 'npm'
77
-
78
64
- name: Authenticate with FontAwesome Pro Registry
0 commit comments