Skip to content

Release v7.0.0

Release v7.0.0 #65

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Cocoapods CD
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
tags:
- '*'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: macOS-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Installing Cocoapods
run: gem install cocoapods
# Start Push to Cocoapods
- name: Pushing to Cocoapods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.SALESIQ_MOBILISTEN_IOS_COCOAPODS_TRUNK_TOKEN }}
run: |
set -eo pipefail
pod trunk push Mobilisten.podspec