diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae0b19b..81d56bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: node: [16, 18, 20] - name: Checking PR in node version ➡️ ${{ matrix.node }}❗️ + name: Checking PR in node version ➡️ ${{ matrix.node }} 💯 steps: - name: Checkout code 📥 uses: actions/checkout@v3 @@ -35,5 +35,5 @@ jobs: - name: Test app 🙏 run: npm test - - name: Build app 🏗 + - name: Build app 👷 run: npm run build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b10d5fa..26b1eb2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies 🔥 run: npm ci - - name: Create Release Pull Request or Publish + - name: Create release PR 📦 id: changesets uses: changesets/action@v1 with: